home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCRAbuseList, cCRAbuseCount, gCRCurrMsg
- UIRollover(47, -1)
- hRolloverScript("Abuse")
- if the timer > 2740 then
- set gCRCurrMsg to gCRCurrMsg + 1
- if gCRCurrMsg > cCRAbuseCount then
- set vMsg to EMPTY
- else
- set vMsg to getAt(gCRAbuseList, gCRCurrMsg)
- end if
- set the text of cast "Abuse Label" to vMsg
- put "Duck" && vMsg
- startTimer()
- end if
- go(the frame)
- end
-